home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / pctj1086.arc / EGAMAKE.BAT < prev    next >
DOS Batch File  |  1986-08-15  |  795b  |  29 lines

  1. rem
  2. rem compile files in this order to avoid version conflicts
  3. rem
  4. m2 comp  opcodes.def
  5. m2 comp  pointlib.def
  6. m2 comp  lowega.def
  7. m2 comp  pauses.def
  8. m2 comp  drawpoly.def
  9. m2 comp  dottime.def
  10. m2 comp  fontbump.def
  11. m2 comp  lowega.mod
  12. m2 comp  egatest.mod
  13. m2 comp  fontbump.mod
  14. m2 comp  pointlib.mod
  15. m2 comp  opcodes.mod
  16. m2 comp  pauses.mod
  17. m2 comp  dottime.mod
  18. m2 comp  drawpoly.mod
  19. rem
  20. rem Linker requires manual entry of two real-number library file
  21. rem names unless you have renamed one set of the E87, C87, or M87
  22. rem libraries to be your standard set.  If not, add prefix E87, C87,
  23. rem or M87 to library names realc.lnk and reals.lnk & enter manually
  24. rem in response to linker query.   See section 5.7.2 in red manual.
  25. rem
  26. m2 link  egatest
  27. m2 lod2exe egatest
  28.  
  29.